home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / JBuilderWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.7 KB  |  41 lines

  1. /**
  2.  * JBuilder integration wizard 
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="JBuilder integration";
  8.     type="HTML";
  9.     body = ("This wizard allows JBuilder 3, 3.5 and 4 users to integrate OptimizeIt in the JBuilder environment.<br><br>","Once the integration is performed, OptimizeIt is available from JBuilder's  menu bar. By selecting the \"Start profiling\" item of this menu, users can easily profile the application developed in JBuilder.<br><br>","It is strongly recommended that you exit JBuilder before running this setup. Click Cancel to quit setup then close JBuilder. Click Next to continue with the setup wizard.");
  10.   },
  11.   {
  12.     title="Select JBuilder directory";
  13.     class="DirectorySelection";
  14.     helper="intuitive.optit.wizard.helper.JBuilderDirectorySelection";
  15.     text="Select the JBuilder directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  16.   },    
  17.   {
  18.     title="Configure JBuilder";
  19.     class="Summary";
  20.     helper="intuitive.optit.wizard.helper.JBuilderSummary";
  21.     text="Please review the changes below and click on the \"Configure\" button when done.";
  22.     defaultButtonLabel="Configure";
  23.   },
  24.   {
  25.     title="Configuring JBuilder";
  26.     class="PerformAction";
  27.     helper="intuitive.optit.wizard.helper.JBuilderConfiguration";
  28.     final="true"; // Means that we cannot go back
  29.   },
  30.   {
  31.     title="JBuilder integration finished";
  32.     class="Text";
  33.     type="HTML";
  34.     body= ("JBuilder configuration was successfull.<br><br>You can now start OptimizeIt from JBuilder by selecting the \"Start profiling\" item of the new added OptimizeIt menu.<br><br>");
  35.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  36.     alt2ButtonVisible="false";
  37.   }
  38. )
  39.  
  40.  
  41.